github.com/andybalholm/brotli.ringBuffer.mask_ (field)
7 uses
github.com/andybalholm/brotli (current package)
encode.go#L683: if ringbuffer_.pos_ <= ringbuffer_.mask_ {
encode.go#L714: var mask uint32 = s.ringbuffer_.mask_
encode.go#L760: mask = s.ringbuffer_.mask_
ringbuffer.go#L20: mask_ uint32
ringbuffer.go#L37: *(*uint32)(&rb.mask_) = (1 << uint(window_bits)) - 1
ringbuffer.go#L70: var masked_pos uint = uint(rb.pos_ & rb.mask_)
ringbuffer.go#L105: var masked_pos uint = uint(rb.pos_ & rb.mask_)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |